home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / datacomm / 1544 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: mail2news.demon.co.uk!camino.demon.co.uk
  2. From: Barry Johnson <bj@camino.demon.co.uk>
  3. Newsgroups: comp.sys.amiga.datacomm,demon.tech.amiga
  4. Subject: Re: SMTP dameons
  5. Followup-To: comp.sys.amiga.datacomm,demon.tech.amiga
  6. Date: Thu, 7 Mar 96 18:51:58 GMT
  7. Organization: the helm
  8. Message-ID: <19960307.2FA730.11489@camino.demon.co.uk>
  9. References: <826157104.12826@nibelung.demon.co.uk>
  10. X-NNTP-Posting-Host: camino.demon.co.uk
  11. X-Newsreader: TIN [AMIGA 1.3 950726BETA PL0]
  12. X-Mail2News-Path: disperse.demon.co.uk!post.demon.co.uk!camino.demon.co.uk
  13.  
  14. Barry Shilliday (barry@nibelung.demon.co.uk) wrote:
  15. > Are there any other SMTP daemons around other than the one provided
  16. > with INet-Utils or the archive Amigasmtpd?  The former isn't Amitcp
  17. > 'friendly' - it doesn't run via inetd and gives no indication of
  18. > delivery, while the latter is buggy and often crashes the machine.
  19. > Any help appreciated!
  20. I use the SMTPd from INet-Utils with no probs. I run it in a small window
  21. at the bottom of the screen as part of a script and because the output
  22. is not redirected to NIL: I see all mail coming and going.
  23. This command gets it going:   
  24.  
  25. RUN > "CON:190/200/455/80/SMTP Mail Transfer" Scripts:GetMail
  26.  
  27. The 4 line script GetMail looks like this:
  28.  
  29. FAILAT 99
  30. SETFONT Thin609 8
  31. Echo "*e[37mStarting SMTP transfer..."
  32. AmiTCP:serv/SMTPd
  33.  
  34. Note that the Font and path to SMTPd may be different for you.
  35.  
  36. -- 
  37.  
  38. Barry Johnson
  39.                                                                       //
  40.                                                                     \X/
  41.  
  42.  
  43.